home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / local.mk < prev    next >
Text File  |  1989-07-31  |  617b  |  16 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. # Override SUBDIRS to only hold those subdirectory names that should
  9. # be included in recursive "make" operations.  As of today (6/17/89)
  10. # this is just a first guess, and may not be completely right (JO).
  11.  
  12. SUBDIRS        = c cmd curses dbm l m monitorClient mx net old pattern \
  13.           sunrpc sx tcl termlib util
  14.  
  15. #include    <$(SYSMAKEFILE)>
  16.